// The size function has two parameters. The first sets the width   
// of the display window and the second sets the height 
size(200, 200); 
 
// This version of the background function has one parameter.  
// It sets the gray value for the background of the display window  
// in the range of 0 (black) to 255 (white) 
background(102);